projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce7cd51
)
(gnus-alter-articles-to-read-function): Fix :type.
author
Dave Love
<fx@gnu.org>
Thu, 8 Feb 2001 00:21:04 +0000
(
00:21
+0000)
committer
Dave Love
<fx@gnu.org>
Thu, 8 Feb 2001 00:21:04 +0000
(
00:21
+0000)
lisp/gnus/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-sum.el
b/lisp/gnus/gnus-sum.el
index 4e6a939e0343501f9bf110297ff22aba7a594dfa..5719417ca5ecf5a63ed84c30a3d0e3a7b6e2e739 100644
(file)
--- a/
lisp/gnus/gnus-sum.el
+++ b/
lisp/gnus/gnus-sum.el
@@
-891,7
+891,7
@@
For example: ((1 . cn-gb-2312) (2 . big5))."
(defcustom gnus-alter-articles-to-read-function nil
"Function to be called to alter the list of articles to be selected."
- :type '
function
+ :type '
(choice (const nil) function)
:group 'gnus-summary)
(defcustom gnus-orphan-score nil